home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / lif.helpmark < prev    next >
Text File  |  1991-10-23  |  6KB  |  129 lines

  1. +-----------------------------------------------------------------------------+
  2. |                                 listformat                                  |
  3. +-----------------------------------------------------------------------------+
  4.  
  5. \listformat{\skipbefore{0\bl}
  6.    \liststyle{1.,a.,i.,1),a),i),(1)}
  7.    \everylistlevel1{\rm\lin{36pt}\gutter{1em}}
  8.    \everylistlevel2{\rm\lin{58pt}\gutter{1em}}
  9.    \everylistlevel3{\rm\lin{79pt}\gutter{1em}}
  10.    \everylistlevel4{\rm\lin{101pt}\gutter{1em}}
  11.    \everylistlevel5{\rm\lin{122pt}\gutter{1em}}
  12.    \everylistlevel6{\rm\lin{144pt}\gutter{1em}}
  13.    \everylistlevel7{\rm\lin{166pt}\gutter{1em}}
  14.    \everybullet{\rm\lin{+36pt}\gutter{1em}}
  15.    \skipafter{0\bl}}
  16.  
  17. Abbreviation:  π|\lifπ%
  18.  
  19. Parameters:    π|submarkupπ%
  20.  
  21. Submarkup:     π|\skipbefore, \everylistleveln, \everybullet,
  22. \skipafter, \liststyleπ%
  23.  
  24.     π|Description:π%
  25. The \listformat markup permits changes to the TEXT1 ordered list style, list
  26. indentation, or other formatting of an outline list.
  27.  
  28. π|\skipbeforeπ%  indicates how much  space is to  be skipped  before printing a
  29. list.  This amount is in addition to any paragraph skips.
  30.  
  31. π|\liststyleπ%  sets the order of  identifiers for the seven  levels of a list.
  32. Up  to seven  list styles  may  be entered  in the  \liststyle  markup, each
  33. separated by commas.   The complete collection of possible list level styles
  34. is:
  35.  
  36.          "1.", "a.",  "A.", "i.", "I.",  "1)", "a)",  "A)", "i)", "I)",
  37.      "(1)", "(a)",  "(A)", "(i)", "(I)", "1]",  "a]", "A]", "i]", "I]",
  38.      "[1]", "[a]", "[A]", "[i]", "[I]"
  39.  
  40.     π|Example:π%
  41. Note that every listlevel does not have to be changed or entered.
  42.  
  43. \listformat{\skipbefore{0pt}
  44.             \liststyle{1.,a),(1)}}
  45.  
  46. If your terminal does not have square brackets, you can use the \leftsquare-
  47. bracket and  \rightsquarebracket markup within  the \liststyle markup.   For
  48. example:
  49.  
  50.     \liststyle{\lsb1.\rsb, a.}
  51.  
  52. π|\everylistleveln{Nested Markup}π%  The "n"  indicates the  list level number,
  53. from 1  to 7.   Each of  the seven  list levels has  its own \everylistlevel
  54. markup.  The default indentation increases for each level down.  You may use
  55. Nested Markup such as font changes, \leftindent, \rightindent, and \gutter.
  56.  
  57.   * \leftindent is the  distance from the  left margin to  the start of  the
  58. text of the item.  The left indent is the shaded portion illustrated below:
  59. +-----------------------------------------------------------------------------+
  60. |                                                                             |
  61. |      a. The "computer on a chip" has made it possible to extend automation  |
  62. |         to the office place.                                                |
  63. |                                                                             |
  64. +-----------------------------------------------------------------------------+
  65.  
  66.   * \gutter is the distance between the list level indicator and the text of
  67. the item.  The gutter is the shaded portion illustrated below:
  68.  
  69. +-----------------------------------------------------------------------------+
  70. |                                                                             |
  71. |      a. The "computer on a chip" has made it possible to extend automation  |
  72. |         to the office place.                                                |
  73. |                                                                             |
  74. +-----------------------------------------------------------------------------+
  75.  
  76. π|\everybullet{Nested Markup}π%  Bullets  can be used  by themselves  in a list
  77. or after any  level.  If you  wanted to change this default  to have a right
  78. ragged bullet with 36-point left and right indents, you would specify:
  79.  
  80. \listformat{\skipbefore{0pt}
  81.     \everybullet{\rightragged\lin{36pt}\rin{36pt}}
  82.     \skipafter{0pt}}
  83.  
  84. π|\skipafterπ% indicates how much space is to be skipped after printing a list.
  85. This amount is in addition to any paragraph skips.
  86.  
  87.     π|Example:π%
  88. Assuming you wanted the text to be right justified and double spaced in a 10
  89. point Computer Modern font and the list levels to be right ragged and single
  90. spaced in a  9 point Computer Modern font,  the \listformat could be entered
  91. as illustrated on the next page.
  92.  
  93. \sfs{cm9}{ninept}{default}
  94.  
  95. \listformat{\skipbefore{0pt}
  96.     \liststyle{1.,a.,i.,1),a),i),(1)}
  97.     \everylistlevel1{\rr\ninept\pin{.5in}\lin{24pt}}
  98.     \everylistlevel2{\rr\ninept\pin{.5in}\lin{.8in}}
  99.     \everylistlevel3{\rr\ninept\pin{.5in}\lin{1.1in}}
  100.     \everylistlevel4{\rr\ninept\pin{.5in}\lin{1.4in}}
  101.     \everylistlevel5{\rr\ninept\pin{.5in}\lin{1.7in}}
  102.     \everylistlevel6{\rr\ninept\pin{.5in}\lin{2.0in}}
  103.     \everylistlevel7{\rr\ninept\pin{.5in}\lin{2.3in}}
  104.     \skipafter{0pt}}
  105.  
  106. . . .   bridge specifications:                                                |
  107. \lib\lil1 Falsework under all spans shall be completely
  108. released before forms are constructed and concrete is
  109. placed in rail bases and traffic and pedestrian barriers.
  110. \lil1 In order to determine the condition of column concrete,
  111. forms shall always be removed from columns before releasing
  112. supports from beneath beams and girders.
  113. \lie
  114.  
  115. +-----------------------------------------------------------------------------+
  116. |                                                                             |
  117. |  . . .    bridge specifications:                                            |
  118. | 1.  Falsework under all spans shall be completely released before forms     |
  119. |    are constructed and concrete is placed in rail bases and traffic and     |
  120. |    pedestrian barriers.                                                     |
  121. | 2.  In order to determine the condition of column concrete, forms shall     |
  122. |    always be removed from columns before releasing supports from beneath    |
  123. |    beams and girders.                                                       |
  124. |                                                                             |
  125. +-----------------------------------------------------------------------------+
  126.  
  127.     π|Notes:π%
  128. none.
  129.